Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.ear.config.notification--generalSettings

This contribution is part of XML component org.nuxeo.ecm.platform.ear.config.notification inside nuxeo-runtime-9.10.jar /Users/arnaud/Nuxeo/distrib/nuxeo-server-tomcat-9.10/nxserver/config/notification-config.xml

Extension Point

Extension point generalSettings of component NotificationService.

Contributed Items

  • <settings>
          <serverPrefix>http://localhost:8080/nuxeo/</serverPrefix>
          <eMailSubjectPrefix>[Nuxeo] </eMailSubjectPrefix>
          <mailSessionJndiName>java:comp/env/Mail</mailSessionJndiName>
        </settings>

XML Source

<extension point="generalSettings" target="org.nuxeo.ecm.platform.ec.notification.service.NotificationService">
    <settings>
      <serverPrefix>http://localhost:8080/nuxeo/</serverPrefix>
      <eMailSubjectPrefix>[Nuxeo] </eMailSubjectPrefix>
      <mailSessionJndiName>java:comp/env/Mail</mailSessionJndiName>
    </settings>
  </extension>